projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee1a2f
)
(PURESIZE): Defnitions deleted.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Sep 1994 05:40:11 +0000
(
05:40
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Sep 1994 05:40:11 +0000
(
05:40
+0000)
src/m/alpha.h
patch
|
blob
|
history
diff --git
a/src/m/alpha.h
b/src/m/alpha.h
index a78aec54fc70846ed5a6b5b6316e61f9bcea23ab..d071319e062c32e0cc59331c8a90a6e39e60f78a 100644
(file)
--- a/
src/m/alpha.h
+++ b/
src/m/alpha.h
@@
-188,14
+188,3
@@
NOTE-END
/* Similarly, for XSETINT */
#define XSETINT(a, b) ((a) = (long)((a) & ~VALMASK) | (long)((b) & VALMASK))
-
-
-/* Make PURESIZE twice as large, as pointers are 64 bit */
-
-#ifdef MULTI_FRAME
-#define PURESIZE 460000
-#else
-#define PURESIZE 400000
-#endif
-
-